home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 1 / pam419.zip / PAM.MNU < prev   
Text File  |  1989-03-29  |  454b  |  25 lines

  1. /$SAMPLE MENU
  2. /*Show menu commands
  3.   /#This lists the file Pam.Mnu
  4.   type pam.mnu
  5.   pause
  6. /*List a directory
  7.   echo off
  8.   cls
  9.   /#Enter the directory name
  10.   dir %1
  11.   pause
  12. /*Echo your input
  13.   /#Enter any text to echo back
  14.   echo %1
  15.   pause
  16. /*Change to any directory
  17.   cd %1
  18.   /#Enter directory name to switch to
  19. /*Change to root directory
  20.   cd \
  21. /*Browse PAM.DOC
  22. /#Dos MORE must be in the current path
  23.   type pam.doc|more
  24.   pause
  25.